@media  screen and (min-width:428px){ 


  body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Poppins', sans-serif;
    background-color: white;
    width: 100%;
  }
  
  
  header{
    font-family: 'Inter', sans-serif ;
    /* height: 90px; */
    padding: 27px 18px 18px 18px;
    background-color: white;
    
  }
  
  
  .about-us, .values, .teams{
    font-family: 'Inter', 'Poppins' sans-serif;
    background-color: #07143D;
    padding: 82px 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  
  
  
  .aboutusheading, .valuesheading{
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
    width: fit-content;
  }
  
  .aboutus-label, .values-label, .teams-label{
    display: flex;
    font-size: 15px;
    font-weight: 550;
    color: #39E7BD;
    width: fit-content;
    align-items: center;
    justify-content: center;
  
    
  }
  
  
  
  
  .aboutus-label img, .values-label img, .teams-label img{
    margin-right: 9px;
    width: 19px;
    height: 17px;
    object-fit: cover;
  }
  
  .aboutus-headingtext, .values-headingtext, .teams-headingtext{
    display: flex;
    flex-direction: column;
   align-items: center;
  }
  
  .aboutus-maintext, .values-maintext, .teams-maintext{
    font-size: 32px;
    line-height: 42px;
    /* font-weight: 500; */
    letter-spacing: -1px;
    color: #F2F2F2;
    width: 384px;
    margin: 0 0 21px 0;
    text-align: center;
    font-family: 'poppins', sans-serif;
  }
  
  .aboutus-subtext, .values-subtext, .teams-subtext{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 377px;
    letter-spacing:0% ;
    margin: 0;
    padding: 0;
    color: #CDCDCD;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
  }
  
  
  
  .logo-container{
    height: 41px;
    width: 45%;
    
  }
  
  .logo-container img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    
  }
  
  .inner-header{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    height: 100%;
    align-content: center;
    overflow: hidden;
  }
  
  .top-navigation{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;

  }

  .top-nav{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  .links-container{
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    z-index: 999;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50vw;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: -7px 0 7px rgba(134, 131, 131, 0.2);
    transition: .5s ease-out;
  }
  
  
  .top-nav a:nth-child(3){
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #07143D;
    font-size: 15px;
    font-weight: 600;
    display: block;
  }
  
  .top-nav a:nth-child(2), .top-nav a:nth-child(4), .top-nav a:nth-child(5) {
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #475467;
    font-size: 15px;
    font-weight: 600;
    display: block;
  }
  
  
  .top-nav a:active{
    text-decoration: underline;
  }
  
  .open-sidebar-btn{
    display: block;
    padding: 0;
  }
  
  .open-sidebar-btn  svg{
    fill: #07143D;
  }
  
  .links-container svg{
    width: 32px;
    height: 32px;
    fill: #07143D;
  
  }
  
  .close-sidebar-btn{
    display: block;
    padding:  20px;
  }
  
  #sidebar-active:checked ~ .links-container{
   right: 0;
  }
  
  #sidebar-active{
    display: none;
  }
  
  #sidebar-active:checked ~ .links-container{
    right: 0;
  }
  
  #sidebar-active:checked ~ #overlay{
  
   height: 100%;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9;
  }

  .Get-started-button{
    display: none;
  }








  
  .Get-started-button button{
    padding: 14px 20px;
    line-height: 24px;
    letter-spacing: -1%;
    font-size: 16px;
    font-family: inherit;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    display: none;
  }
  .Get-started-button img{
    margin-left: 10px;
    display: none;
  }









  

  .aboutuscontent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .image-decor-frame{
    width: 377px;
    height: 385px;
    display: flex;
    position: relative;
    overflow: hidden;
  
  }
  
  .image-frame{
    width: 354px;
    height: 360px;
    display: flex;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    
  }
  
  .image-main{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .decor-1{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 206px;
    height: 177px;
  }
  
  .decor-2{
    width: 67px;
    height: 60px;
    display: flex;
    position: absolute;
    right: -10px;
    bottom: -10px;
  }
  
  
  .textframe{
    margin: 0;
    padding: 6px;
  }
  
  .textframe p{
    width: 370px;
    font-family: "poppins", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #ebebeb;
    padding: 0%;
    margin: 36px 0;
  
  
  }
  
  .textframe button img{
    margin-left: 6px;
  }
  
  .textframe button{
    padding: 14px 18px;
    line-height: 27px;
    letter-spacing: -1%;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    }
  
  .textframe button:hover{
    padding: 14px 18px;
    line-height: 27px;
    letter-spacing: -1%;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #07143D;
    border: 1px solid  #39E7BD;
    transition: 0.5s;
  }




/*values*/

.values-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

.value1, .value2, .value3, .value4, .value5, .value6, .value7,.value8, .value9{
  width: fit-content;
  display: flex;
  align-items: center;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #F9FAFB;
  border: 2px solid rgba(181, 211, 204, 0.85);
  border-style: dashed;
  border-radius: 10px;
  padding: 16px 22px;
}

.value1 img,
.value2 img,
.value3 img,
.value4 img,
.value5 img,
.value6 img,
.value7 img,
.value8 img,
.value9 img{
  margin-right: 16px;
  width: 50px;
  height: 50px;
  object-fit: fill;
}

.value1 p,
.value2 p,
.value3 p,
.value4 p,
.value5 p,
.value6 p,
.value7 p,
.value8 p,
.value9 p{
  padding: 0;
  width: 278px;
  margin: 0;
}

.value1, .value2, .value3, .value4, .value5, .value6, .value7, .value8, .value9{
  margin-bottom: 40px;
}







    /* teams */


.teams-cards{
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  
}
    
    
    .member-1, .member-2, .member-3{
      width: 371px;
      height: 476px;
      display: flex;
      justify-content: center;
      align-items: end;
      position: relative;
      border-radius: 2px;
      margin-bottom: 45px;
    }
    
     .member-4, .member-5, .member-6{
      width: 371px;
      height: 476px;
      display: flex;
      justify-content: center;
      align-items: end;
      position: relative;
      border-radius: 2px;
      margin-bottom: 45px;
    }
    
    .glassframe-1, .glassframe-2, .glassframe-3, .glassframe-4, .glassframe-5, .glassframe-6{
      display: flex;
      position: absolute;
      width: 298px;
      height: 120px;
      /* background-color: rgba(255, 255, 255, 0.3); */
      backdrop-filter: blur(15px);
      margin-bottom: 27px;
      padding: 16px;
      border-radius: 2px;
      /* padding-left: 30px; */
      border: 1px solid rgba(255, 255, 255, 0.3);
      flex-direction: column;
    }
    
    .member-name, .member-name2, .member-name3, .member-name4, .member-name5{
      width: 100%;
      margin: 0 0 8px 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      
      /* align-items: center;
      justify-content: center; */
    }
    
    .member-name6{
      width: 100%;
      margin: 0 0 8px 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    
    }
    
    .openicon{
      width: 24px;
      height: 24px;
      margin: 0;
      padding: 0;
      display: flex;
    }
    
    .openicon img{
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      object-fit: cover;
    }
    
    .m-name p{
      padding: 0;
      margin: 0 0 0 0;
      font-family: 'inter';
      font-weight: 500;
      line-height: 36px;
      color: #ffffff;
      font-size: 26px;
    
    }
    
    .m-title{
      margin-bottom: 16px;
    }
    
    
    .m-title p{
      padding: 0;
      margin: 0 0 4px 0;
      font-family: 'inter';
      font-weight: 300;
      line-height: 27px;
      color: #ffffff;
      font-size: 17px
    }
    
    .social-icons{
      display: flex;
      margin: 0;
      padding: 0;
      overflow: visible;
    }
    
    .social-icons img{
      margin-right: 24px;
    }
    
    .social-icons:nth-child(1){
      width: 27px;
      height: 27px;
      object-fit: cover;
    }
    
    .social-icons:nth-child(2){
      width: 27px;
      height: 27px;
      object-fit: cover;
    }
    
    .social-icons:nth-child(3){
      width: 27px;
      height: 27px;
      object-fit: cover;
      overflow: visible;
    }
  
  






  
footer{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 55px 18px ;
  border-top: 1px solid #6a8288;
}

.footer-logo{
  display: flex;
  margin: 0 0 42px 0;
  width: 100%;
}

.footer-logo img{
  width: 156px;
  height: 37px;
  object-fit: fill;
}

.main-footer-img{
  display: none;
}

.footer-logo-links{
  display: flex;
  flex-direction: column;
  font-family: 'poppins';
  padding: 0;
  margin: 0 0 55px 0;
  height: fit-content;
}

.footer-nav ul{
  display: flex;
  /* width: 200px; */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: fit-content; 
}

.footer-links nav a:nth-child(1){
  margin-right: 96px; 
  margin-bottom: 24px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;

}

.footer-links nav a:nth-child(2){
  margin-bottom: 24px; 
  margin-right: 96px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(3){
  margin-right: 110px; 
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:active{
  text-decoration: underline;
}

.footer-note{
  display: flex;
  flex-direction: column-reverse;
  margin: 22px 0 0 0;
  padding: 22px  0 0 0 ;
  font-family: 'poppins';
  border-top: 1px solid #6a8288;
}



.note-links{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 21px;
}

.note-links nav ul li:nth-child(1), .note-links nav ul li:nth-child(2), .note-links nav ul li:nth-child(3) {
  font-size: 18px;
  line-height: 27px;
}

.foot-note{
  color: #D0D5DD;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  flex: 1;
}

.foot-note p{
  margin: 0;
  padding: 0;
}
  
  
  }